home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / mainIntro.dxr / Internal_13.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  295 b   |  17 lines

  1. on prepareMovie
  2.   DmFadePackReg("64464")
  3.   DmFadePackReg("40733")
  4.   repeat with i = 13 to 23
  5.     set the visible of sprite i to 1
  6.     updateStage()
  7.   end repeat
  8.   repeat with i = 100 to 110
  9.     set the visible of sprite i to 0
  10.   end repeat
  11. end
  12.  
  13. on mouseUp
  14.   sound stop 2
  15.   go(1, "mainMenu")
  16. end
  17.